"modern saas platform" shadcn/ui theme

cyberpunk
high-contrast
neon
futuristic
bold-colors
dark-theme
immersive
experimental
vibrant
tech-inspired

Shadcn/ui Theme Css Variables

name: Neon Cyberpunkkeyword: modern saas platform views: 8

:root {
  --background: 285 100% 5%;
  --foreground: 120 100% 90%;
  --card: 285 100% 8%;
  --card-foreground: 120 100% 90%;
  --popover: 285 100% 5%;
  --popover-foreground: 120 100% 90%;
  --primary: 300 100% 50%;
  --primary-foreground: 0 0% 0%;
  --secondary: 180 100% 50%;
  --secondary-foreground: 0 0% 0%;
  --muted: 285 100% 15%;
  --muted-foreground: 120 100% 80%;
  --accent: 240 100% 50%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 0 0% 100%;
  --border: 300 100% 30%;
  --input: 300 100% 30%;
  --ring: 300 100% 50%;
  --radius: 0.75rem;
  --chart-1: 300 100% 50%;
  --chart-2: 180 100% 50%;
  --chart-3: 240 100% 50%;
  --chart-4: 60 100% 50%;
  --chart-5: 0 100% 50%;
}